home *** CD-ROM | disk | FTP | other *** search
- Path: page.vip.best.com!user
- From: page@best.com (Chris Page)
- Newsgroups: alt.msdos.programmer,comp.lang.c,comp.lang.pascal.misc
- Subject: Re: typecasting preferences
- Date: Wed, 17 Apr 1996 20:52:41 -0700
- Organization: Don't Panic!
- Message-ID: <page-1704962052410001@page.vip.best.com>
- References: <4l020g$i9j@srvr1.engin.umich.edu> <3173E842.7D17@willows.com> <page-1704961735120001@page.vip.best.com>
- NNTP-Posting-Host: page.vip.best.com
- X-Newsreader: Yet Another NewsWatcher 2.1.8
-
- I just took a look at More Effective C++ and noted the explicit casting
- operator "static_cast". This emphasizes the cast, making the source more
- readable, but also uses a functional form, thereby indicating that a
- function call may take place. In addition, there are some other cast
- operators that provide better control over casting.
-
- --
- Chris Page | Internet chain letters, advertisements and SPAMs suck...
- Don't Panic! |
- page@best.com | Cut it out! :-P
-